Int 33 00H 8086 interrupt mouse interrupt function 02 h to hide mouse pointer. INT 33h / AX=0002 - hide visible mouse pointer. example: mov ax, 2 int 33h This would hide the mouse pointer.